home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict07.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  219 b   |  15 lines

  1. global pict
  2.  
  3. on exitFrame
  4.   if rollOver(35) then
  5.     cursorcontrol(35)
  6.   else
  7.     set the visible of sprite 48 to 0
  8.     updateStage()
  9.     cursor(-1)
  10.     set pict to pict + 1
  11.     pictcast()
  12.     judgeframe()
  13.   end if
  14. end
  15.